Let ns load common-win.
authorGlenn Morris <rgm@gnu.org>
Tue, 26 Oct 2010 02:59:05 +0000 (19:59 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 26 Oct 2010 02:59:05 +0000 (19:59 -0700)
commit70fa431a7e40a37bb3b2411b9ddf391428e642d2
treea10b7521624bc8c41bd93c5a8f1b58477e56bdc8
parentd8cf5e8fec02425ec818dd9cf6b764b0968eb91c
Let ns load common-win.

* lisp/term/common-win.el (x-select-enable-clipboard):
* lisp/term/pc-win.el (x-select-enable-clipboard): Doc fix.

* lisp/term/ns-win.el: No need to require cl when compiling.
(x-display-name, x-setup-function-keys, x-select-text, x-colors)
(xw-defined-colors): Use the common-win definitions.
(ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
(ns-handle-iconic): Make it an alias for x-handle-iconic.
* lisp/term/common-win.el (x-select-text, x-alternatives-map)
(x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
* lisp/loadup.el [ns]: Load common-win.
lisp/ChangeLog
lisp/loadup.el
lisp/term/common-win.el
lisp/term/ns-win.el
lisp/term/pc-win.el